home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / comm / cl303w95.zip / YGREP.TXT < prev    next >
Text File  |  1996-06-17  |  5KB  |  109 lines

  1. YGrep Search Engine v5.00       15 june 1996        (C) Yves Roumazeilles
  2. ─────────────────────────────────────────────────────────────────────────
  3.  
  4. The YGrep Search Engine is a text search library to be used with any
  5. kind of Windows application. It has two possibilities:
  6.  
  7. - approximative search based on Baeza-Yates algorithm to find a pattern
  8. which is only partly known (also known as search with erroneous
  9. patterns). For example, you can search for "pattern" with 1 error (at
  10. most) and it will match "pattern", "pittern" and "Pattern" while
  11. stepping over "lantern" (2 errors).
  12.  
  13. - search modelled on the Unix utility named GREP. It is particularly
  14. useful for complex searching with the help of its specific search
  15. "language" to describe the pattern you look for. For example, you can
  16. search for "^pattern" to look for "pattern" at the beginning of a line;
  17. or for "[pl]a[nt]tern" to look for either "pattern" or "lantern". Look
  18. into the Help file for an extensive description of the pattern language.
  19.  
  20. Both are particularly useful to improve greatly the search capability of
  21. an existing tool such as a text editor, a data base search engine, etc.
  22.  
  23. As a whole, the YGrep Search Engine contains nice things like:
  24. - powerful search and substitute functions for C/C++ programmers
  25. - their simpler and more usable counter-parts for FoxPro, Visual Basic
  26.   users.
  27. - file operations for immediate application
  28. - combined search operation (boolean operators) for the power
  29.   user/programmer
  30. - optional error messages/dialog-boxes for high-end applications
  31. - Free bonus YFind search application (similar to grep(1) from Unix)
  32.  
  33.  
  34. The Windows help file gives detailed on-line information about using it.
  35. It is complemented by the printed reference manual the registered user
  36. will receive.
  37.  
  38. Minimal File List:
  39.  
  40.    YGREP.DLL    Basic DLL
  41.    YGREP.HLP    Help for programmer (function description)
  42.    YGREP.TXT    This file
  43.    YGREP.H      For C programmers
  44.    BITLIST.H
  45.    YGREP.LIB
  46.  
  47.    CLUSTER.TXT  Description of the ClusterView Windows application
  48.    BITLIST.TXT  Description of the BitList Engine
  49.    ORDER.TXT    Minimal order form
  50.  
  51.  
  52. To install The YGrep Search Engine, simply put the files YGREP32.DLL and
  53. YGREP.HLP in any directory already included in your path (C:\WINDOWS
  54. suggested). If you already have an earlier version of the YGrep Search
  55. Engine, replace its old YGREP.DLL file by the new one.
  56.  
  57. Place YGREP.H, and BITLIST.H in your include file directory
  58. (see your compiler documentation) and YGREP.LIB in your library
  59. directory (see your compiler/linker documentation).
  60.  
  61. If Windows cannot find the DLL when the application is run, make sure it
  62. is in a directory on your path, and try again.
  63.  
  64. Borland users could profit from looking into the file BORLAND.TXT.
  65.  
  66.  
  67.  
  68. The YGrep Search Engine is shareware. It it not Public Domain or Free. 
  69. See the help file for shareware information and extensive description of
  70. the registration steps (including a number of registration sites
  71. accepting 800-calls or credit cards).
  72.  
  73. If you cannot find the Help file and its registration forms, use the
  74. minimal form file ORDER.DOC and mail it with your payment to the address
  75. shown.
  76.  
  77.  
  78. If you find the YGrep Search Engine useful, do the decent thing and register!
  79.  
  80. In return you will receive (for a Single User license):
  81.     - the full YGrep Search Engine (in its latest version), with
  82.       Windows 32-bit libraries,
  83.     - the printed reference and user manuals (15000+ words of
  84.           advice, examples, and information),
  85.     - source code of the help files which can be modified to build
  86.       your own application help file,
  87.     - source code for some useful resources that can be included in
  88.       your own application,
  89.     - source code for our test program,
  90.     - prototype of Visual Basic and Delphi header files
  91.       (beta-versions only),
  92.     - a registration number to identify yourself,
  93.     - support thru Email and Fax.
  94.  
  95. When you register the Full Developper Kit, you will ADDITIONALLY
  96. receive:
  97.     - an **UNLIMITED NUMBER** of target licenses,
  98.     - complete **SOURCE** code of the library, which will allow
  99.       porting to other Operating Systems (including MS-DOS which
  100.       already is in the Makefiles)
  101.     - Makefiles for Visual C++ 4.xx, Borland C++ 4.xx, etc.
  102.     - complete **SOURCE** code of the YFind application (including a
  103.       public domain version of GETOPT.C), the best
  104.       demonstration/sample for the file-based functions,
  105.     - free automatic access to all the future minor evolutions of
  106.       the library including all bug removal,
  107.     - and a 20% reduction on the registration fee for the major
  108.       evolutions.
  109.